From 8bc97c3d348f69ffcf5887d74c0441b5fde17aee Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Sat, 7 Dec 2002 18:59:17 +0000 Subject: [PATCH] (eshell-ls-product-regexp): Fix typo. --- lisp/eshell/em-ls.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/eshell/em-ls.el b/lisp/eshell/em-ls.el index 9ddffc6acf0..dc8d09eac9c 100644 --- a/lisp/eshell/em-ls.el +++ b/lisp/eshell/em-ls.el @@ -177,7 +177,7 @@ files." :group 'eshell-ls) (defcustom eshell-ls-product-regexp - "\\.\\(elc\\|o\\(bj\\)?\\|a\\||lib\\|res\\)\\'" + "\\.\\(elc\\|o\\(bj\\)?\\|a\\|lib\\|res\\)\\'" "*A regular expression that matches names of product files. Products are files that get generated from a source file, and hence ought to be recreatable if they are deleted." -- 2.30.2